============================================================================== Simba OneDrive ODBC Release Notes ============================================================================== The release notes provide details of enhancements, features, known issues, and workflow changes in the Simba OneDrive ODBC Driver 1.8.3.1000, as well as the version history. This version of the driver supports the following data source versions and platforms (Note: Platforms included with a distribution may vary according to what has been licensed): * Microsoft Graph API v1.0 * Windows 11, Windows Server 2025, 2022, 2019, 2016 * macOS 15 or 26 * Debian 11 or 13 (64-bit server), RHEL 8 or 10 (64-bit server), SLES 15, Ubuntu 22.04 or 24.04 1.8.3 ======================================================================== Released 2026-02-16 Known Issues The following are known issues that you may encounter due to limitations in the data source, the connector, or an application. * Microsoft Graph API may return fewer results than specified in $top parameter. When using pagination with the $top query parameter (e.g., $top=50), Microsoft Graph treats this as a maximum limit, not a guaranteed count. The service may return fewer items due to performance optimizations or internal batching. This is documented Microsoft Graph behavior affecting all resources including OneDrive data. Microsoft states: "The service may return fewer results than the number requested in the $top query parameter." Workaround: Applications should not assume fixed page sizes and should use the @odata.nextLink token to paginate through complete result sets. Reference: https://docs.microsoft.com/en-us/graph/paging Note: Version 1.8.3.1000 is the initial release of the Simba OneDrive ODBC Data Connector. ==============================================================================